SftTree/OCX 7.0

SftTree.ButtonExpanded Property

Softel vdm, Inc.

Defines the expand/collapse button image for an expanded parent item.

Syntax       

Get

VB.NET

refImageObj = object.ButtonExpanded  As SftPictureObject

VB

Set refImageObj = object.ButtonExpanded  As SftPictureObject

C#.NET

SftPictureObject refImageObj = object.ButtonExpanded;

VC++

ISftPictureObject* refImageObj = object->ButtonExpanded;
ISftPictureObject* refImageObj = object->GetButtonExpanded();

C

HRESULT object->get_ButtonExpanded(ISftPictureObject** refImageObj);

Delphi

refImageObj := object.ButtonExpanded  : ISftPictureObject;

Put

VB.NET

object.ButtonExpanded = refImageObj  As SftPictureObject

VB

object.ButtonExpanded = refImageObj  As SftPictureObject

C#.NET

SftPictureObject object.ButtonExpanded = refImageObj;

VC++

ISftPictureObject* object->ButtonExpanded = refImageObj;
void object->PutButtonExpanded(ISftPictureObject* refImageObj);

C

HRESULT object->put_ButtonExpanded(ISftPictureObject* refImageObj);

Delphi

object.ButtonExpanded := refImageObj  : ISftPictureObject;

object

A SftTree object.

refImageObj

Defines the expand/collapse button image for an expanded parent item.

Comments

The ButtonExpanded property defines the expand/collapse button image for an expanded parent item.

User-defined expand/collapse button images are only used if the ButtonAppearance property is set to buttonsSftTreeUserImages and at least the ButtonExpanded and ButtonCollapsed properties define valid images.

Sample bitmaps for expand/collapse buttons are provided in the directory \Program Files\Softelvdm\SftTree OCX 7.0\Images.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com